Friday, May 18, 2007

User Application Data: a Panorama


I tend to think that IMS and all-IP will make the telecommunications industry move from an era where the typical technical challenge was to design a specific solution for every problem to a new one where the main difficulty will be to select one solution among many candidates.

An illustration of this is user profile management and storage in the future application layer.

In this post I will try to make a panorama of standards and industry trends that may impact this topic in the years to come. In another one, I will express some personal opinions about the way to go.

User Profile Data in the HSS (Diameter, unspecified data format)

The Home Subscriber Server (called UPSF for fixed networks) is the database to store all the user data required by the IMS core network to fulfill its duties.

Additionally, the IMS service architecture has an interface between the HSS and the SIP Application Server called Sh.

This interface is based on Diameter and can be used by the application server for two purposes:
- Accessing user data normally stored in the HSS (or in the HLR), such as the user registration status, the S-CSCF that serves the user, or the service profile associated to the user.
- Storing application data in the HSS. This data is transparent to the HSS, i.e. it does not understand its format and semantic.

Sh supports a Diameter-based notification mechanism, permitting to alert the application server when data has been modified.

Most suppliers support the data repository feature of the HSS. It should be noted that the HSS is a mission critical database, which tends to constitute a major portion of the cost of an IMS core network. In this context, the application data repository feature of the HSS and associated questions (e.g. how much data will be stored in it? How much traffic will it generate?) raises questions about the required characteristics for the HSS and its eventual cost for an operator.

User Profile Data in SIP Application Servers (SIP/XCAP, XML)

In the IMS service architecture, there is a reference point called Ut between IMS clients and Application Servers that is used for service customization. This interface is based on XCAP, a simple HTTP based protocol specified in the IETF, which permits to access and manage data defined as XML documents.

The IMS service architecture therefore implies that a SIP application server can own the user data corresponding to the services it supports. This is a quite straightforward and optimized approach to co-locate user service data with the services that make use of them.

In the Automatic Service Discovery & Configuration example, I showed how a SIP event package (i.e. SUBSCRIBE, NOTIFY, PULBLISH) can be used by an IMS client to easily retrieve the XCAP location of user data associated to the user (SUBSCRIBE is addressed to one of the user's Public Identities) or to a specific service associated to the user (SUBSCRIBE is addressed to Public Service Identity). The XCAP URI can then be provided to the client in a NOTIFY. The event package also permits the client to monitor changes to the data (as in the IETF, a SIP event package is used to monitor changes in data manipulated using XCAP). These mechanisms can also be used within the network for an application server to retrieve user data in another application server.

XCAP Data Management Servers (XCAP, XML)

Based on XCAP, the Open Mobile Alliance (OMA) defined an architecture for user data management which consists of XCAP Data Management Servers (XDMS). You can see figures in this page from Tech-invite.

OMA decided to define a Shared XDMS storing common data between different services/enablers, as well as a specific XDMS for each of them (e.g. push to talk, presence, resource lists). Each of these XDMS is logically separated from the SIP application server supporting the corresponding service/enabler.

In practice, this ambiguous architecture is likely to lead to two implementation options:
1) The supplier decides to implement a network database called XDMS to store all XCAP data, i.e. OMA Shared XDMS and all the service/enabler -specific XDMS. This database is accessed through the XCAP protocol. A priori, it does not support any SIP event package, which may lead to synchronization problems with clients.
2) The supplier decides to combine each service/enabler specific XDMS in the SIP application server supporting the corresponding application. This approach is more in line with the 3GPP service architecture for which Ut (XCAP) and ISC (SIP) terminate to the same entity. It also corresponds to the user-profile-data-in-SIP-AS option above. It permits to support the SIP event package for monitoring of changes in the user data. The supplier may also decide to implement the Shared XDMS as a SIP AS.

Presence (SIP/XCAP, XML)

It might seem strange to list presence, a specific IMS service/enabler, as a potential data repository.

Actually, presence has considerably evolved since the early days when it only supported instant messaging and the IETF suggested to implement it as part of the basic SIP registrar function.
Through multiple extensions to its baseline XML schema, presence can now be considered as an extensive set of static and dynamic information about the user, its devices and its applications. In this context, presence can be seen as an essential repository of user data, that can be used as an enabler by many IMS applications.

In a network in which presence is a basic enabler associated to every user, some data currently considered as user application data, that the user manages service per service, may simply be part of the user's presence. To take a trivial example, presence may eventually make the explicit definition of forwarded-to-numbers for call management services totally irrelevant.

Presence is a specific example of the user-data-in-SIP-AS approach described above.

Generic User Profile (SOAP, XML)

GUP is a 3GPP standard, which is independent from IMS but that can optimally be used with it.
To make it short, GUP permits to define a virtual centralized user database, by enabling an homogeneous and centralized access to distributed user profile components, stored in network databases (e.g. HLR, HSS) and application servers.

The GUP location server is called GUP Server. A client application asks to access user data by providing the identity of the user (e.g. an IMS public identity) and the name of user profile components it wants to access. The GUP server either provides in return the address of the GUP data repository (e.g. an application server) or accesses the data on behalf of the application).

GUP interfaces are based on SOAP and the user data is defined according to a hierarchical XML schema (GUP does not specify the data itself). As GUP aims at supporting Liberty Alliance (set of web services towards 3rd party service providers) within the 3GPP network, GUP interfaces totally align with the Liberty Alliance Project specifications.

The GUP architecture can be compared to the user-data-in-SIP-AS approach in which:
- SOAP replaces SIP/XCAP to access and monitor changes in user data
- The GUP server and its location data plays the role the S-CSCF making use of service profiles endorses with SIP
More especially, the two approaches are able to dispatch a request based on the identity of a target user.

Common Profile Store (LDAP)

Every supplier or operator has its own name for this concept, but CPS is the term under which 3GPP has been addressing it.

CPS originates from a recent telecom industry trend which aims at changing the monolithic nature of network databases (e.g. HLR, HSS, AAA, application servers) into a multi-tiered IT architecture, in which the business logic of the database (e.g. Diameter features of HSS, MAP features from HLR) is physically separated from data storage. An LDAP server supporting telco-grade requirements (e.g. availability, capacity, performance) is shared between stateless business logic frontends implementing a variety of network entities.

CPS permits to optimize and rationalize the architecture of network databases. It also permits to reduce vendor locking achieved through monolithic network databases.

While it does not impose it, CPS also favors a more coherent modeling of user data across the various network databases and application servers, which permits to decrease operating costs and to foster new synergies.

In the context of IMS, CPS would permit to remove the need for a direct interface between the HSS and the HLR (required for Sh) by permitting user data sharing through access to the common backend.

Integration with open service platforms (e.g. J2EE, JAIN SLEE) would permit to use CPS for all applications implemented on these platforms.

So many possibilities... In the next post, I will provide personal opinions on them.

Christophe

96 comments:

Anonymous said...

Congratulations for this living and interesting Blog (I know you like comments, so here is one...)
You didn't mention federated identity protocols (Liberty Alliance, SAML, etc.) as potential technology standards that may impact user profile management and storage. Any reason for that?

Christophe Gourraud said...

Hi,
I mentioned Liberty in the context of GUP. I am a supporter of Liberty, for identity federation but also more generally because I think this is the best attempt of the industry to come up with a coherent web services strategy (I prefer it to Parlay X). Liberty/GUP have the advantage to be user oriented just like the IMS service architecture is.
Christophe

Anonymous said...

Hi!,

Could you please post something on understanding 3GPP groups and work items.

Where to look for new items and current working specs for contributions.

PS: wasinapple@gmail.com

-Thanks
harish

Christophe Gourraud said...

This is a good idea. I will post something in the coming days. Stay tuned.
Christophe

Anonymous said...

Hi!,

Thanks for your post on understanding 3GPP specs and spec development procedure.

I had this 'Q' from long time now.... we have GUP which provides single point of access to applications, OSS to access database.

Applications means it would be 3rd Party Application Server, or home network application server.

Means Application servers can access information from GUP specific to subscribers.

We have one more interface defined between HSS and an AS "Sh-Interface", which also supports functionality to access subscriber data and also supports transparant data as mentioned in your blog and spec.

Which one to use when?. I mean given an AS should it interact with GUP or Sh... which one to choose when?.

-Thanks
Harish

PS: If possible please cc to wasinapple@gmail.com

Christophe Gourraud said...

Hi Harish,

This is a very interesting question, and there is no easy answer to it.

First, it is important to realize that Sh standardization took place before GUP was started. Would GUP have been on the 3GPP map at the time, maybe Sh would be based on GUP and not Diameter.

Another side remark before answering your question is that I often see suppliers of IMS application servers claim that they have Sh support on their roadmap. My usual feedback is: "Wonderful, but what for?" More often than not, they are unable to tell me why on earth they need Sh. They are so eager to be standard compliant that they want to support Sh, while there is a good chance that their applications do not need it. Support of Sh is mandatory for an HSS, but not for an AS, as long as it cannot find any use for it.

Personally, I think that Sh is not a very AS-friendly interface to access HSS information. Moreover, I think that using the HSS as an application data repository (the transparent part of Sh) is not convenient at all, and may end up being very costly.

Therefore, in an ideal world, I would prefer to see a GUP protocol (SOAP methods manipulating XML files) as the way for an AS to access user data within a telecom network in general and in the HSS in particular. I would also use other data repositories than the HSS for application data.

This said, at the moment all HSS suppliers support at least a subset of Sh, and very few support GUP. Therefore, if you absolutely need to access data in the HSS now, Sh might be mandatory.

If I was an architect for the supplier of an IMS application server, my strategy would be the following: delay as long as possible the need to support an interface towards the HSS, with the hope that natural selection will eliminate unfit alternatives and keep the best.

Christophe

Anonymous said...

Hello Christophe,

Thanks for your points.

But according to spec's HSS is the main data storage entity for subscriber parmament data, like PUID,MSISDN,PrivateUserIdentity and associated authentication information....

So when an AS wants information like PrivateUserIdentity ( for generating CDR's) and PUID list given MSISDN ( in case of telURI ) AS instead of maintaining the subscriber information can use Sh-Interface and collect the required information.

I don't see there any report which could become an specification later, which discusses standard in using Sh-Interface with HSS. I mean.. when subscriber information should be fecthed from HSS?.

Inorder to reduce the cost of implimentation and also for scalability based clarity... on number of requests which HSS should be in position to manage. 3GPP could say collect data from Sh as part-of user-registration.. and maintain in local cache.. instead of fecthing the subscriber information every time the subscriber uses the service.

Looks like there is no product which implements GUP functionalities completly and say it's GUP componenet in 3GPP network.

I happen to see Open-HSS implementation, they support ApplicationServerName based authentication, but this is not discussed in Sh-Interface other then one place for my notice which is pulling IFC information... from HSS, we have to pass APP-SIP-URI.

-Thanks
Harish

Christophe Gourraud said...

Hi Harish,

Sh is one of the few examples in IMS standardization of an interface that was introduced without a clear understanding of what it would be used for. I remember the meeting where it was introduced. The delegate from an operator suggested that maybe we needed an interface between the AS and the HSS, and then it was there.

There is definitely interesting information to fetch in the HSS, like the address of an S-CSCF serving a user, but personally I think that a great proportion of the user data Sh permits access to will never be useful to most applications. And most of the time, you have alternative means to get the information.

To my knowledge, the private user identity is not mandatory for charging, but if you need it, then the HSS is the best place to fetch it.

More generally, if you do not want to manage data in the AS, that exists in the HSS, you can fetch it from there.

As for when to fetch data from the HSS, answering this would imply that you know exactly why you need to fetch data, and this is open. Every application can have its own demands.

Concerning the 3GPP description of the HSS as being the main data storage entity for user data, this is essentially a core network -centric statement (the HSS has all what it takes for the IMS core network). Moreover, don't forget that specifications are essentially written by vendors, and vendors of HSS have an interest to make it the center of the world.

Sorry not being able to help you more.

Christophe

Anonymous said...

Hi Christophe,

if I’ve understood you right, you are saying that a SIP AS does not necessarily need to access information stored in the HSS i.e. the AS specific data would be stored in the AS itself?!

I think that it would make sense to have application specific data stored somewhere else then in the HSS, e.g. using LDAP or relational database due to several reasons such as organizational responsibilities or technical requirements (latency, data model, etc.). My feeling is that vendors are also going this way, can you confirm my feeling?

On the other hand it is hard for me to find arguments against using Diameter. You said that Diameter is not an optimal choice for data management and Sh is weak in terms of data management semantic – can you give more details on the reasons behind?

I’m not a programmer, but when I think about some kind of SIP application which requires a login, e.g. a PIN secured conferencing service, how would I realize the user authorization and authentication without utilizing the HSS?

I would be glad if you could help me with those issues.

Thanks in advance,
Christian

Christophe Gourraud said...

Hi Christian,

You are right many vendors and operators have a strategy to store service data common to various application servers in a data repository, accessible via LDAP, SQL or another protocol. Note that few companies naturally opt for Diameter as the protocol to access the repository.

Considering using the HSS as a data repository, I usually see two types of companies that seem to support the idea: application providers that try to position in the IMS sphere and think that implementing Sh is a mandatory or good way to do it, and... HSS suppliers.

Concerning limitations in the semantic of Sh, well, you can store and retrieve bulk data, without any possibility to select a subset into it. The approach is suitable for a single SIP AS that wants to store its data in the HSS, or for a set of SIP ASs implementing the same service for the same user and supplied by same vendor (as there is no data format specified - though there is an initiative to specify one in 3GPP for the telephony AS).

Concerning authentication data, either this data is naturally stored in the HSS for other authentication purposes or it is not. In the former case this is a natural access to HSS data and not a use case for using the HSS as a data repository. In the latter case, other locations can be selected as well.

Christophe

panorama service said...

Great contents!! Thanks.

Anonymous said...

Hi,

Both XCAP and SOAP are XML application over HTTP. Any difference between them?

Thanks

Christophe Gourraud said...

Hi,

SOAP and XCAP are very different.

SOAP is an XML protocol that can use HTPP as transport, as it can use other protocols like SMTP.

On the other hand, XCAP is tightly linked to and extends on HTPP.

More especially, XCAP semantics corresponds to the HTTP methods it uses. For instance, HTTP GET permits to retrieve an XCAP document while HTTP PUT is used to create or replace a document and HTTP DELETE to remove one.

More generally, SOAP is an RPC protocol using XML to define commands, while XCAP is a data manipulation protocol using XML to model data and HTTP for commands.

Christophe

Christophe Gourraud said...

An a complement to my previous answer...

The 3GPP Generic User Profile (GUP) protocol, which could be used as an alternative to XCAP, is based on SOAP.

This is, all GUP methods for data manipulation and for notifications of changes in data are defined in SOAP.

As it is based on HTTP, XCAP itself can only support data manipulation. The support of data change notifications requires an adjunct protocol, which is SIP via a dedicated event package.

Christophe

Anonymous said...

Do You interesting of [b]Female use of Viagra[/b]? You can find below...
[size=10]>>>[url=http://listita.info/go.php?sid=1][b]Female use of Viagra[/b][/url]<<<[/size]

[URL=http://imgwebsearch.com/30269/link/buy%20viagra/1_valentine3.html][IMG]http://imgwebsearch.com/30269/img0/buy%20viagra/1_valentine3.png[/IMG][/URL]
[URL=http://imgwebsearch.com/30269/link/buy%20viagra/3_headsex1.html][IMG]http://imgwebsearch.com/30269/img0/buy%20viagra/3_headsex1.png[/IMG][/URL]
[b]Bonus Policy[/b]
Order 3 or more products and get free Regular Airmail shipping!
Free Regular Airmail shipping for orders starting with $200.00!

Free insurance (guaranteed reshipment if delivery failed) for orders starting with $300.00!
[b]Description[/b]

Generic Viagra (sildenafil citrate; brand names include: Aphrodil / Edegra / Erasmo / Penegra / Revatio / Supra / Zwagra) is an effective treatment for erectile dysfunction regardless of the cause or duration of the problem or the age of the patient.
Sildenafil Citrate is the active ingredient used to treat erectile dysfunction (impotence) in men. It can help men who have erectile dysfunction get and sustain an erection when they are sexually excited.
Generic Viagra is manufactured in accordance with World Health Organization standards and guidelines (WHO-GMP). Also [url=http://twitter.com/jetlyca]q Buy Viagra Online[/url] you can find on our sites.
Generic [url=http://viagra.olistupa.ru]Viagra Super Active[/url] is made with thorough reverse engineering for the sildenafil citrate molecule - a totally different process of making sildenafil and its reaction. That is why it takes effect in 15 minutes compared to other drugs which take 30-40 minutes to take effect.
[b]Viagra In Young Men
Viagra Or Levitra
cialis lawyers
edinburgh 18 pages viagra good search
es testosterone viagra
viagra alternative merck
viagra and amlodipine
[/b]
Even in the most sexually liberated and self-satisfied of nations, many people still yearn to burn more, to feel ready for bedding no matter what the clock says and to desire their partner of 23 years as much as they did when their love was brand new.
The market is saturated with books on how to revive a flagging libido or spice up monotonous sex, and sex therapists say “lack of desire” is one of the most common complaints they hear from patients, particularly women.

Anonymous said...

i honestly adore your posting kind, very remarkable.
don't give up and keep writing because it just simply well worth to read it,
excited to look at much of your own well written articles, cheers :)

Anonymous said...

Buy-Priligy
Generic Priligy is used for the treatment of premature ejaculation.. Genericos Priligy (Dapoxetine 60mg) US $ 2.94 Por comprimido - Saude Masculina, ...
Priligy-Online
DAPOXETINE has been found to be safe and effective for the treatment of premature ... If you have diabetes, this medicine may affect blood sugar levels. ...
17 Oct 2010 ... Priligy Tabletten zu kaufen online. Priligy kaufen billig ohne Rezept Was ist Priligy ... Kaufen Sie preiswertes Priligy Schnelle Lieferung ...
Priligy-Buy-Online
Kaufen Priligy Western Union Stralsund Kaufen online: Priligy Kaufen Priligy Western Union Stralsund - Bestellen Sie Online Rabatt Kaufen Priligy Kaufen ...

Clark Adams said...

Data management system give you an amazing advantage, and can make your job a lot less stressing than when you do the data management manually/traditionally using paper forms. Digital data can be accessed by multiple users at the same time, unlike when you have the traditional data on paper where you need to wait for the copy you need if ever it's not available or have multiple copies of it, which is very wasteful. Even though digital data has a lot more advantages than disadvantages over written data, we have to remember that digital data can disappear, too. In that case, I'd keep a backup of the original file. It won't do anything to the central data cabinet/container, anyway.

Digital data can assist you in accreditation management even more effectively than when you use the classic data-on-paper. With that many data management platforms made by software developers all over the Internet, you can now keep track of the history of all transactions without having to open a steel cabinet to look for folders. There, just sharing my take on digital data management.

Ruby said...

Oh my god, there is really much helpful info here!

Anonymous said...

ea buy cialis generic , online cialis , cialis side effects , viagra side effects , buy cheap viagra , herbal viagra

Anonymous said...

srg generic cialis , cialis side effects , cialis without prescription , cheap generic viagra , viagra price , viagra dose

Anonymous said...

df female cialis , cialis for women , cialis online , order viagra online , buy viagra cheap , how does viagra work

Anonymous said...

vt online generic cialis , generic cialis reviews , buy 20 mg cialis online , is generic viagra real , cheap viagra for sale , buy viagra no prescription

Anonymous said...

ttg cialis , buy cialis online without a prescription , buy discount cialis , cialis soft pills , average cost of cialis , cialis sale

Anonymous said...

cd buy cialis soft tabs , non prescription cialis , free cialis coupon , buy female viagra , buy viagra without prescription , lowest price viagra

Anonymous said...

ttg cialis uk , cialis for sale in uk , free cialis , buy cheap brand viagra , cheap viagra generic , viagra prescription online

Anonymous said...

viagra generika erfahrungen querschnittlähmung viagra viagra graz günstige alternative zu viagra czy viagra uzaleznia viagra nl viagra torte gratisprobe viagra gbl viagra viagra mit 21

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra in holland kaufen viagra arginin viagra dauer der wirkung viagra und speed copd viagra viagra online kaufen ohne rezept viagra sildenafil citrate viagra aus indien viagra indisch viagra kaufen im internet

Anonymous said...

viagra per internet viagra in der schweiz rezeptfrei viagra anwenden splitting viagra online viagra kaufen viagra etkisi viagra was ist das wann nehme ich viagra ein viagra einzeln kaufen revatio viagra

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

arzneimittelgesetz viagra viagra online kaufen forum viagra türkei viagra im internet kaufen viagra aus den niederlanden arabische viagra viagra kupic viagra sofort dove si compra il viagra rezeptfrei viagra

Anonymous said...

ist viagra verschreibungspflichtig viagra umsatz 2007 viagra samenerguss medikamente viagra viagra online bestellung viagra thc preis viagra pabst kauft viagra fabrik viagra in deutschland viagra aus holland

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra kur viagra oder cialis viagra ja oder nein viagra gebrauchsinformation logo viagra viagra sicher kaufen viva viagra viagra beipack viagra sicher online kaufen ähnliche tabletten wie viagra

Anonymous said...

günstiges viagra viagra aus thailand geschichte von viagra cartoon viagra viagra rezeptfrei in holland viagra in hamburg viagra schäden viagra tod cialis und viagra viagra wie einnehmen

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra spanien rezeptfrei viagra auflösen patentschutz viagra viagra bergsteigen gratisprobe viagra viagra 100 kaufen viagra kaufen deutschland viagra oder cialis viagra schweiz viagra und nitro

Anonymous said...

viagra wo kaufen gleiche wirkung wie viagra viagra natürlich bayan viagra viagra pfitzner viagra hausmittel viagra kaufen in deutschland wo bekomme ich viagra viagra herz viagra dauererektion

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra rezeptfrei länder viagra in der apotheke kaufen medikament viagra viagra venlo viagra kaffee viagra hypertonie viagra in den niederlanden kaufen sex auf viagra viagra erektionsdauer viagra rezeptfrei schweiz

Anonymous said...

viagra auswirkung viagra gegenanzeigen thuoc viagra viagra internet strafbar viagra in den usa kaufen arginin statt viagra viagra gefahr copd viagra ssri viagra death by viagra

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

mit viagra viagra usa kaufen unterschied cialis viagra viagra bei der apotheke preisvergleich viagra viagra in den niederlanden kaufen sergey tuganov viagra viagra schädlich viagra preise deutschland bericht viagra

Anonymous said...

viagra fürs gehirn gebrauchsanleitung viagra viagra erfahrung viagra ohne rezept viagra ganz billig fälschungen viagra patong viagra viagra ciao viagra gesunder mann viagra täglich

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

natur viagra viagra nasil kullanilir arabische viagra viagra günstig kaufen viagra wie wirkt es unterschied cialis viagra apotheke online viagra viagra englisch herzinfarkt viagra viagra original kaufen

Anonymous said...

verkauf von viagra eu viagra verkaufe viagra viagra im ausland kaufen viagra herzinfarkt viagra usw niederlande viagra viagra was ist das viagra haltbarkeit querschnittslähmung viagra

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra gebrauchsanweisung viagra bestellen per nachnahme viagra forum bestellen viagra stärke viagra kaufen online herbal viagra manufacturers holland apotheke viagra viagra ganz billig viagra vergleich alternativen viagra

Anonymous said...

viagra belize viagra beim gesunden mann nebenwirkung viagra viagra abhängigkeit viagra täglich arabische viagra generika für viagra viagra med1 viagra ejakulation alternativen viagra

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra vergleich viagra med1 viagra österreich viagra kaufen online viagra original ohne rezept viagra aus österreich viagra vom hausarzt günstiges viagra viagra pfizer kaufen pfizer umsatz viagra

Anonymous said...

viagra wirkung und nebenwirkung viagra tablette teilen viagra nürnberg viagra dosieren viagra wechselwirkungen dinamico viagra viagra ausland viagra pillen kaufen viagra generika preisvergleich viagra niederlande

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra und extasy bizrate viagra viagra hausmittel viagra hannover viagra gegenanzeigen patentablauf viagra viagra täglich papst viagra statt viagra viagra im ausland bestellen

Anonymous said...

viagra per lastschrift viagra vorzeitiger samenerguss nils viagra nebenwirkungen von viagra kosten von viagra viagra russische viagra halbe tablette viagra online kaufen viagra gelb levitra viagra cialis vergleich

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

pumps und viagra viagra arten viagra und kokain viagra online kaufen forum viagra kaufen bestellen viagra suche verwendung von viagra viagra pflanzen effekt viagra viagra zutaten

Anonymous said...

viagra heilung viagra antidepressiva viagra frei wirkung von viagra viagra dauererektion viagra dosierung discovery viagra viagra usw viagra gedicht viagra 100 mg filmtabletten

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra nachlassende wirkung viagra überdosierung viagra aus nl viagra preise rezeptfrei viagra kosten von viagra viagra versand viagra ohne rezept auf rechnung viagra durchblutung viagra zu früh kommen

Anonymous said...

nachgemachte viagra charite bio viagra viagra über internet viagra 100 dosierung viagra droge viagra abhängigkeit pharmacy express viagra statt viagra viagra rezeptfrei eu cuba viagra

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra tod geschmack viagra viagra zeit viagra jetlag viagra keine wirkung kamagra lutschtabletten 100mg viagra generika hilft viagra viagra kaufen viagra generika patong viagra

Anonymous said...

viagra wechselwirkung luxemburg viagra viagra rezeptfrei pillen tabletten viagra viagra kaufen niederlande rezeptfreies viagra viagra 100 wirkung lungenhochdruck viagra wirkzeit viagra bayanlara viagra

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

hat viagra nebenwirkungen viagra forum bestellen viagra rezeptpflichtig viagra und nitrate viagra bestellen erfahrung viagra soft kaufen viagra bei jungen männern viagra und poppers frau nimmt viagra viagra todesfälle

Anonymous said...

viagra verkauf viagra wirkung viagra kostet viagra arten arzneimittelgesetz viagra preis viagra 100mg viagra einnahme horn pflanzliches viagra für potenzmittel hilfe und impotenz viagra wirkzeit viagra creme

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

max raabe viagra text peter lenz viagra viagra kaufen wien hersteller viagra viagra wirkung viagra kur viagra hilft nicht viagra abhängigkeit ladies night viagra viagra herzrasen

Anonymous said...

viagra ohne verschreibung viagra apotheke deutschland generika viagra cialis gegenteil viagra kamagra lutschtabletten 100mg viagra generika foren viagra viagra 100 kaufen viagra impotenz viagra online ohne rezept viagra positive nebenwirkungen

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra in tschechien viagra dosieren nachgemachte viagra viagra wann wirkt es viagra studien viagra bei der apotheke viagra apotheken viagra beim gesunden mann viagra marke viagra mit 16

Anonymous said...

jelly viagra patong viagra rezept viagra viagra aus den usa viagra natur viagra 100 mg filmtabletten viagra ähnlich preisvergleich viagra viagra wirksamkeit viagra frau

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra nachwirkungen herbal viagra manufacturers versand viagra viagra sicher online bestellen verschreibung viagra verkaufe viagra nebilet viagra selbstversuch viagra viagra rezeptfrei bestellen forum viagra online ohne rezept

Anonymous said...

online rezept viagra viagra gebrauchsanweisung preise für viagra viagra und nebenwirkungen viagra blumen halbe viagra viagra kaufen viagra ohne rezept online kaufen viagra mg hilft viagra

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra kontraindikation viagra aus spanien viagra wirkungsdauer viagra apotheke deutschland viagra dealer viagra versand aus deutschland viagra hypertonie viagra original merkmale wie viagra viagra thc

Anonymous said...

koks und viagra herbal viagra manufacturers viagra generika versand viagra versand aus deutschland viagra tee viagra kaufen niederlande viagra cialis oder levitra hamster viagra viagra ohne verschreibung pfizers viagra

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

wirkungsdauer von viagra viagra risiken viagra generika schweiz dinamico viagra viagra 100mg fta viagra blau sehen viagra lizenz viagra generika rezeptfrei viagra übers internet viagra online rezeptfrei bestellen

Anonymous said...

viagra zu kaufen viagra beim gesunden mann alternativen für viagra viagra schweiz kaufen viagra ohne arzt vorhofflimmern viagra discovery viagra effekt viagra viagra in brasilien viagra günstig online kaufen

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra kaufen wo viagra partnerprogramm viagra selbst herstellen viagra bei apotheke viagra kaufen apotheke viagra preiswert kaufen viagra rezeptfrei in deutschland kaufen das erste mal viagra sintrom viagra viagra generika schweiz

Anonymous said...

viagra nachteile viagra kaufen in berlin china viagra gruppa viagra viagra rezeptfrei niederlande viagra soft kaufen viagra synthese viagra mit 25 viagra prostata viagra aus dem internet

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra schnell bestellen pfizer viagra 100mg preis viagra verkauf viagra rezeptfrei schweiz viagra kaufen deutschland pfizer viagra preise chinese herbal viagra viagra kostüm viagra übers internet witze viagra

Anonymous said...

sintrom viagra arzneimittel viagra holland viagra viagra rezeptfrei kaufen viagra apotheke viagra in belgien kaufen viagra keine wirkung viagra 100 dosierung wirkung der viagra viagra in den niederlanden

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra 5mg viagra preiswert kaufen copd viagra viagra wirkungseintritt spam mail viagra koks und viagra viagra wirkungszeit wie bekomme ich viagra viagra nutzen viagra rezeptfrei online

Anonymous said...

anwendung viagra thai viagra scilla viagra viagra in der apotheke kaufen viagra aus holland bestellen hat viagra nebenwirkungen viagra pzn viagra erklärung viagra ungarn viagra von innen

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

generika für viagra viagra hilft viagra im internet kaufen viagra in indien viagra apo viagra und nitrate viagra billig deutschland herzinfarkt viagra rezeptfreie viagra viagra marken

Anonymous said...

verwendung von viagra viagra versandapotheke viagra vom hausarzt aspirin viagra viagra kaufen online arzneimittelgesetz viagra horn herbal viagra viagra mit 25 echte viagra kaufen viagra und cialis

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra pfizer preise viagra per nachnahme kaufen risiko viagra viagra original kaufen viagra erfahrung viagra auswirkung viagra langzeit viagra folgen viagra bestellen ohne rezept herstellung von viagra

Anonymous said...

viagra auflösen tapir viagra viagra tablette teilen viagra prostata viagra kaufen rezeptfrei viagra für windows viagra russische viagra rezeptfrei bestellen viagra 100mg preis viagra wirkstoff

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra gegenanzeigen viagra cialis gleichzeitig why viagra günstigste viagra apotheke niederlande viagra cuba viagra viagra venlo viagra beipackzettel viagra tee netpharm viagra

Anonymous said...

viagra hoher blutdruck viagra rezeptfrei kaufen viagra nitro viagra cialis oder levitra frau nimmt viagra herzinfarkt viagra viagra ähnliches alternativen viagra viagra kaufen österreich viagra englisch

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

indisches viagra bestandteile viagra jelly viagra viagra risiken und nebenwirkungen viagra kostüm viagra wirkung viagra sicher online kaufen viagra frau kaufen viagra bestandteile viagra online bestellen forum

Anonymous said...

amlodipin viagra viagra im internet bestellen viagra in kiel türkisches viagra bluthochdruck viagra arginin und viagra viagra für pc viagra gebrauchsanleitung viagra und herzinfarkt viagra bei jungen männern

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

original viagra kaufen anwendung viagra viagra vor dem essen viagra in verbindung mit alkohol viagra levitra oder cialis horn herbal viagra wirkzeit viagra aspirate viagra günstigste viagra viagra bei jungen männern

Anonymous said...

apotheke viagra rezeptfrei ciali viagra viagra ähnliche mittel emea viagra woher viagra viagra beipackzettel apotheke viagra rezeptfrei viagra wo kaufen pfizer viagra wikipedia wirkt viagra immer

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra oder ähnliches ohne rezept dinamico viagra viagra richtig einnehmen cartoon viagra kamagra lutschtabletten 100mg viagra generika viagra in der schweiz kaufen viagra kaufen online viagra fakes kosten viagra risiken viagra

Anonymous said...

viagra ne ise yarar rezept für viagra köpa viagra viagra nur auf rezept viagra 100 wirkung viagra aus der schweiz viagra in berlin viagra bezugsquellen suche viagra viagra 100mg fta

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

generika von viagra nebenwirkungen von viagra jetlag viagra funktion von viagra viagra auf rezept jetlag viagra wirkt viagra immer was bewirkt viagra viagra kupic papst viagra

Anonymous said...

viagra bestellen holland pfizer viagra wikipedia woher viagra viagra ohne rezept online bestellen viagra aussehen öko viagra viagra original kaufen viagra im ausland bestellen viagra rezept viagra wirkung

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

viagra ab welchem alter preise für viagra online rezept viagra viagra in deutschland viagra pflaster viagra und die nebenwirkungen viagra mg viagra blutdruck rezept viagra viagra apotheke rezeptfrei

Anonymous said...

türkisches viagra viagra ergebnis viagra halbe tablette viagra gebrauchsinformation medikamente viagra viagra schnittblumen nebenwirkung von viagra viagra verkauf ähnliches mittel wie viagra viagra stärke

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

köpa viagra horn pflanzliches viagra viagra wirkstoff viagra original ohne rezept billiger als viagra viagra täglich viagra mit wasser einnehmen dogal viagra bestellen viagra vorzeitiger samenerguss viagra

Anonymous said...

michi muzik viagra scilla viagra effect viagra viagra zum bestellen viagra und aspirin viagra kaufen wo nils viagra viagra fragen viagra aus dem internet viagra gelb

[url=http://www.turbo-slim.com/index.php?productID=11]viagra kaufen[/url]

kgr 100 viagra viagra bezugsquellen preisvergleich viagra 100 mg viagra österreich dr. viagra viagra lunge viagra richtig anwenden viagra philippinen viagra in der schweiz rezeptfrei viagra kaufen wo

Anonymous said...

iui success rates with clomid and ovidrel | buy clomid online no prescription uk - buy clomid no prescription uk, clomid iui statistics

Anonymous said...

pregnancy symptoms after taking clomid | http://cheapclomidonline.jimdo.com/#41718 - clomid online cheap, clomid for men side effects

Anonymous said...

unprescribed clomid twins | [url=http://buycheapclomid.webs.com/#42099]buy clomid 100mg uk[/url] - clomid 100, dqcb success stories using clomid

Anonymous said...

[url=http://casinoonlinebonussverige.com ]online casino bonus [/url]divine et royale, et par la honte toujours inséparable du parjure. http://casinoonlinebonussverige.com online casino listings online casino bonus You really are rather insulting to me, if you think of it; but I pardon

Anonymous said...

hi!,I like your writing so so much! share we communicate extra about
your post on AOL? I require a specialist in this house to solve my problem.
Maybe that is you! Having a look ahead to look you.
my page - molecularism.com

Anonymous said...

Hi, I want to subscribe for this blog to get most recent updates, thus where
can i do it please help out.
Also visit my homepage - clickforu.com

Anonymous said...

Excellent post but I was wanting to know
if you could write a litte more on this topic?
I'd be very thankful if you could elaborate a little bit more. Bless you!
My web page ... wiki.sekine.Com

Anonymous said...

Wonderful, what a website it is! This weblog provides valuable information to us, keep it up.
My site > professional Plumber

Anonymous said...

soma pharmacy soma 2410 v side effects - buy generic soma online

Anonymous said...

tadalafil 20mg cialis online cheap no prescription - buy cialis 100mg online

Anonymous said...

buy tramadol get over tramadol withdrawal - buy tramadol united states

Anonymous said...

buy cialis online cialis 5 mg buy online - generic cialis new zealand

Anonymous said...

generic alprazolam xanax effects immune system - xanax mayo clinic

Anonymous said...

tramadol online cod buy tramadol american express - tramadol hcl generic ultram

Anonymous said...

Hello, every time i used to check webpage posts here early in the
morning, because i enjoy to learn more and more.

Feel free to visit my webpage; online survey

Anonymous said...

This text is worth everyone's attention. How can I find out more?

Here is my weblog: wiki.utikonyvem.hu

Anonymous said...

buy carisoprodol carisoprodol side effects abuse - soma carisoprodol same

Anonymous said...

I am really grateful to the owner of this site who has shared this impressive article
at at this time.

Feel free to visit my web page: mi.mazcota.com

Anonymous said...

buy cialis online best buy cialis online - cialis 40 mg

Anonymous said...

xanax online price of 2mg xanax - xanax withdrawal chest pain

Anonymous said...

xanax online xanax pills identification - do generic xanax look like

Anonymous said...

klonopin online pharmacy 70 mg klonopin - klonopin 5mg

Anonymous said...

learn how to buy tramdadol is tramadol hcl a narcotic drug - tramadol 50 mg stronger than vicodin

Anonymous said...

klonopin price klonopin dosage erowid - 2mg klonopin vs 2mg xanax

Anonymous said...

ӏ was able to fіnd goοd advісе from your blog
poѕts.

mу webpage :: Haarausfall

Anonymous said...

Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest
twitter updates. I've been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

Feel free to surf to my page :: green coffee bean extract for weight loss

Anonymous said...

I was wondering if you ever considered changing the layout of your blog?

Its very well written; I love what youve got to say.

But maybe you could a little more in the way of content so
people could connect with it better. Youve got an awful lot of text for
only having one or 2 pictures. Maybe you could space it
out better?

Feel free to visit my blog post; clothing suggestions

Anonymous said...

I visited many web pages however the audio feature for audio songs existing at this site
is genuinely fabulous.

my site http://yahoopasswordsrecovery.com/story.php?title=buying-for-girls-clothing-is-fun-and-exciting

Anonymous said...

Good response in return of this question with solid arguments and telling everything regarding that.


my homepage: mouse click the next article

Anonymous said...

Thanks a bunch for sharing this with all people you actually recognize what you're talking approximately! Bookmarked. Please also visit my site =). We will have a link exchange arrangement between us

Here is my web page - Clothing materials

Anonymous said...

You have made some decent points there. I looked
on the internet to find out more about the issue and found most individuals
will go along with your views on this site.

Also visit my blog post simply click the following Site

Anonymous said...

I was suggested this blog by my cousin. I am not sure whether this submit is written via him as
no one else realize such designated about my problem.

You are incredible! Thank you!

my web site: http://kayjewelersengagementrings.net/Top-10-online-wholesale-Clothing-shops/

Anonymous said...

Fantastic beat ! I wish to apprentice even as you amend your
website, how could i subscribe for a weblog website?

The account helped me a appropriate deal. I were tiny bit familiar of this your broadcast offered bright clear idea

Also visit my webpage: double oven range

Anonymous said...

The wok is an ideal container that a number of could
well many chefs should research when searching for a useful
gizmo should incorporating this special kitchen as a group.
Nutrition store have it to all type for the reason that a real flu study became
available some years ago. Indicates work positive visible flour (what type suitable for breads
make), much more will be able to complete a awkward yet heavy-textured dessert.


Or even force important which means you really do not rupture these products, however
in the the occasion basically do, that's not a great great deal, you will just have one particular cutlet. Concerning in shape but reddit stir fry food the particular good-looking and therefore affordable Breville Electrical power Wok is better technique. Deadly detectors had better be set up on a diploma of a residential, that includes another one feeling near almost everything that uses gasoline nearly as petroleum.

Hamilton Sand together with Sanyo designs have unpredictable display units, despite the fact that Krups and so Tfal have actually entirely removable crumb teeth whitening trays. Time-tested ir cookers obtain put on our trustworthiness of permanence furthermore kitchenware size. Possibly even evaluate if a toaster oven take place looking for is definitely not dining on eat the particular gadgets.

My blog post: toasterovenreviewsnow.com

Anonymous said...

This is what you add you see, the data using for those who are working.
A number of okay juice extractor kinds protect Interface
Lalanne and additionally Tribest. Sections don't forget to make it easier to routine and might you want extract against indeed being as well large.

Also visit my weblog - fruit juicers recipes

Anonymous said...

Our own Rr J8004 Vitamins and nutrients Coronary heart
Advertisement Masticating Juice extractor seems to have 83 rotations each
minute (Revolutions per minute), which makes a very low-speed juicer.
This method is additionally a most wanted at obtain. Why these juice extractors would be able to
seo issues produce. A number of black or white following a carrying case.

Electric juicers effort needs to more efficient being that they are operated by an electric motor and that is
essentially able to work for great RPMs and thus capable to beverage blueberries
on a quicker price in contrast to had you been which has a manual machine.
Concentrated amounts by way of the best are almost always
drew as a result of this utensil, integrated, maybe sent inside the bad
associated with an vessel, straight to the guts,
and so seduced back off.

my weblog kitchenaid ksm90

Anonymous said...

For more info near blender or food processor to have drinks, contact to experience a selection of items that to become effective toward seeing this working
will need. Imbibe the main cider instantly.
Nearly everyone is powered by operational electricity, . Required .

, this amazing power juice extractor provides multi all types of berries material that must be churned set at a unmarried time frame.


Feel free to visit my website: philips hand blenders india

Aadit said...


I read this post fully concerning the difference of latest and former stuff, it is awesome article.

SensualKart Skore Condoms